From: Kenichi Handa Date: Fri, 20 May 2011 00:54:09 +0000 (+0900) Subject: merge trunk X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2669^2~6 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=844ccc306d8d39a844062eb0b6c24b1aa0eb9616;p=emacs.git merge trunk --- 844ccc306d8d39a844062eb0b6c24b1aa0eb9616 diff --cc src/ChangeLog index 9f02ffb4808,e27f1c1ee9b..ba59de5ef1c --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,7 -1,21 +1,25 @@@ - 2011-05-20 handa ++2011-05-20 Kenichi Handa + + * composite.c (find_automatic_composition): Fix previous change. + + 2011-05-20 Glenn Morris + + * lisp.mk: New file, split from Makefile.in. + * Makefile.in (lisp): Move to separate file, inserted by @lisp_frag@. + (shortlisp): Remove. + ($(etc)/DOC): Edit lisp.mk rather than using $shortlisp. + + 2011-05-19 Glenn Morris + + * Makefile.in (MSDOS_SUPPORT_REAL, MSDOS_SUPPORT, NS_SUPPORT) + (REAL_MOUSE_SUPPORT, GPM_MOUSE_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT) + (BASE_WINDOW_SUPPORT, X_WINDOW_SUPPORT, WINDOW_SUPPORT): Remove. + (lisp): Set the order to that of loadup.el. + (shortlisp): Make it a copy of $lisp. + (SOME_MACHINE_LISP): Remove. + ($(etc)/DOC): Depend just on $lisp, not $SOME_MACHINE_LISP too. + Use just $shortlisp, not $SOME_MACHINE_LISP too. + 2011-05-18 Kenichi Handa * composite.c (CHAR_COMPOSABLE_P): Add more check for efficiency.